.checkInput { /*! Potentially only display: none; needed! */
	/* border: none; */
	/* border-radius: 0.8vw; */
	display: none;
	/* height: 1.88vw; */
	/* margin: 0; */
	/* position: absolute; */
	/* right: 0vw;	 */
	/* top: 0vw; */
	/* width: 1.88vw; */
}

.checkLabel {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	outline: none;
	position: relative;
}

.checkLabel input {
	opacity: 1;
	position: absolute;
}

.checkLabel input:checked~.checkSpan,
.checkLabel input:checked~.checkSpan svg {
	background-color: #62AEF3;
	border-radius: 25%;
	display: block;
	fill: #FFFFFF;
	stroke: #FFFFFF;
}

.checkLabel input:checked~.checkSpan:after,
.checkLabel input:checked~.checkSpan:after svg {
	display: inline-block;
}

.checkLabel:hover input~.checkSpan,
.checkLabel:focus input~.checkSpan,
.checkLabel:hover input~.checkSpan svg
.checkLabel:focus input~.checkSpan svg {
	background-color: #4883BA !important;
}

.checkLabel:hover input:checked~.checkSpan,
.checkLabel:focus input:checked~.checkSpan,
.checkLabel:hover input:checked~.checkSpan svg,
.checkLabel:focus input:checked~.checkSpan svg {
	background-color: #4883BA !important;
}

/* .checkLabel .svg:after {
	display: block;
	background: #FFFFFF;
	border-radius: 50%;
	height: 0.6vw;
	left: 0.65vw;
	top: 0.65vw;
	width: 0.6vw;
} */

.checkSpan {
	background-color: #D9D9D9;
	border-radius: 25%;
	height: 1.875rem; /*! 1.88vw */
	/* position: absolute; */
	/* right: 0vw; */
	/* top: 0vw; */
	width: 1.875rem; /*! 1.88vw */
}

.checkSpan > svg {
	display: none;
	fill: #000000;
	height: 1.875rem; /*! 1.88vw */
	stroke: #000000;
	stroke-width: 0.264583;
	width: 1.875rem; /*! 1.88vw */
}

.checkSpan:after {
	content: "";
	display: none;
	position: absolute;
}

.dayLabel {
	height: 1.5rem;
	width: 1.5rem;
}

.dayLabel > .checkSpan {
	height: 100%;
	width: 100%;
}

.dayLabel .checkSpan > svg {
	height: 100%;
	width: 100%;
}

.disciplinesLabel {
	align-items: center;
	flex-direction: row;
	font-family: 'Raleway-Bold';
	font-size: 1rem;
	line-height: 1.5rem;
	text-align: center;
	width: 20%;
}

.disciplinesLabel .checkSpan {
	margin-left: 0.5rem;
}

.filterOptionLabel {
	font-family: 'Raleway-Regular';
	font-size: 1rem;
	gap: 0.5rem;
	justify-content: unset;
	line-height: 1.875rem;
}

.filterOptionLabel .checkSpan {
	background-color: #FFFFFF;
	flex-shrink: 0;
	height: 1.875rem;
	width: 1.875rem;
}

/* .numberPerPageLabel {
	background-color: #BDBDBD;
	border-radius: 0.5vw;
	cursor: pointer;
	display: none;
	font-family: 'Raleway-Regular';
	font-size: 1rem;
	height: 100%;
	line-height: 1.5rem;
	padding-left: 0.6vw;
} */

/* .numberPerPageLabel:has(input:checked) {
	display: block;
} */

.optionLabel {
	/* background-color: brown; */
	font-family: 'Raleway-Bold';
	font-size: 1rem;
	height: 1.5rem;
	line-height: 1.5rem;
	width: 100%;
}

.optionLabel:nth-child(1) {
	/* margin-top: 1.1vw; */
}

.optionLabel > .checkSpan {
	height: 1.5rem;
	width: 1.5rem;
}

.optionLabel .checkSpan > svg {
	height: 1.5rem;
	width: 1.5rem;
}

.radioInput {
	display: none;
}

.radioLabel {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	outline: none;
	position: relative;
}

.radioLabel input {
	opacity: 1;
	position: absolute;
}

.radioLabel input:checked~.radioSpan,
.radioLabel input:checked~.radioSpan svg {
	background-color: #62AEF3;
	border-radius: 50%;
	display: block;
	fill: #FFFFFF;
}

.radioLabel input:checked~.radioSpan:after,
.radioLabel input:checked~.radioSpan:after svg {
	display: inline-block;
}

.radioLabel:hover input~.radioSpan,
.radioLabel:focus input~.radioSpan,
.radioLabel:hover input~.radioSpan svg,
.radioLabel:focus input~.radioSpan svg {
	background-color: #4883BA !important;
	border-radius: 50%;
}

.radioLabel:hover input:checked~.radioSpan,
.radioLabel:focus input:checked~.radioSpan,
.radioLabel:hover input:checked~.radioSpan svg,
.radioLabel:focus input:checked~.radioSpan svg {
	background-color: #4883BA !important;
}

.radioSpan {
	background-color: #D9D9D9;
	border-radius: 50%;
	height: 1.875rem; /*! 1.88vw */
	width: 1.875rem; /*! 1.88vw */
}

.radioSpan > svg {
	display: none;
	fill: #000000;
	height: 1.875rem; /*! 1.88vw */
	width: 1.875rem; /*! 1.88vw */
}

.radioSpan:after {
	display: none;
	content: "";
	position: absolute;
}

.rangeInput {
	--rangeInputTrackColor: #62AEF3;
	-webkit-appearance: none;
	appearance: none;
	background: linear-gradient(to right, var(--rangeInputTrackColor) 0%, var(--rangeInputTrackColor) 50%, #fff 50%, #fff 100%);
	border-radius: 1000px;
	height: 0.625rem;
	margin: 0;
	outline: none;
	width: 100%;
}

.rangeInput:hover {
	--rangeInputTrackColor: #4883BA;
}

.rangeInput::-moz-range-track {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 1000px;
	height: 0.625rem;
}

.rangeInput::-moz-range-thumb {
	-webkit-appearance: none;
	appearance: none;
	background-color: #62AEF3;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	height: 1.25rem;
	margin-top: calc((0.625rem / 2) - (1.25rem / 2));
	width: 1.25rem;
}

.rangeInput:hover::-moz-range-thumb {
	background-color: #4883BA;
}

.rangeInput::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 1000px;
	height: 0.625rem;
}

.rangeInput::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background-color: #62AEF3;
	border-radius: 50%;
	cursor: pointer;
	height: 1.25rem;
	margin-top: calc((0.625rem / 2) - (1.25rem / 2));
	width: 1.25rem;
}

.rangeInput:hover::-webkit-slider-thumb {
	background-color: #4883BA;
}

/* .pageBarSelectNumber .selectDiv {
	height: 1.625rem;
}

.pageBarSelectNumber .selectDiv > svg {
	transform: scale(0.75);
} */

.selectDiv {
	height: 1.5rem;
	position: relative;
	z-index: 98;
}

.selectDiv .selectLabel.checkedInput svg {
	visibility: visible;
}

.selectDiv:hover .selectLabel,
.selectDiv:focus-within .selectLabel {
	visibility: visible;
}

.selectDiv:hover .selectLabel:first-of-type,
.selectDiv:focus-within .selectLabel:first-of-type {
	border-radius: 0.3rem 0.3rem 0 0;
}

.selectDiv:hover .selectLabel:first-of-type svg,
.selectDiv:focus-within .selectLabel:first-of-type svg {
	visibility: visible;
}

.selectDiv:hover .selectLabel:first-of-type.checkedInput svg,
.selectDiv:focus-within .selectLabel:first-of-type.checkedInput svg {
	visibility: visible;
}

.selectDiv:hover .selectLabel:not(:first-of-type),
.selectDiv:focus-within .selectLabel:not(:first-of-type) {
	border-radius: 0;
}

.selectDiv:hover .selectLabel:nth-last-of-type(1),
.selectDiv:focus-within .selectLabel:nth-last-of-type(1) {
	border-radius: 0 0 0.3rem 0.3rem !important;
}

/* .selectDiv:hover .selectLabel.numberPerPageLabel:first-of-type,
.selectDiv:focus-within .selectLabel.numberPerPageLabel:first-of-type {
	border-radius: 0.4rem 0.4rem 0 0;
}

.selectDiv:hover .selectLabel.numberPerPageLabel:nth-last-of-type(1),
.selectDiv:focus-within .selectLabel.numberPerPageLabel:nth-last-of-type(1) {
	border-radius: 0 0 0.4rem 0.4rem !important;
} */

.selectDiv:hover .selectLabel:hover,
.selectDiv:focus-within .selectLabel:focus {
	background-color: #666666;
}

.selectDiv:hover .selectLabel:hover.checkedInput,
.selectDiv:focus-within .selectLabel:focus.checkedInput {
	background-color: #4883BA;
}

.selectDiv:hover .selectLabel.checkedInput,
.selectDiv:focus-within .selectLabel.checkedInput {
	background-color: #62AEF3;
	color: #FFFFFF;
	position: unset;
}

.selectDiv:hover .selectLabel.checkedInput svg,
.selectDiv:focus-within .selectLabel.checkedInput svg {
	visibility: hidden;
}

.selectDiv svg {
	fill: #000000;
	flex-shrink: 0;
	height: 1.5rem;
	pointer-events: none;
	stroke: #000000;
	stroke-width: 0.264583;
	visibility: hidden;
	width: 1.5rem;
}

.selectInput {
	display: none;
}

.selectLabel { /*! Potential change VW to REM */
	background-color: #D9D9D9;
	border-radius: 0.5rem;
	cursor: pointer;
	display: flex;
	font-family: 'Raleway-SemiBold';
	font-size: 1rem;
	height: 100%;
	justify-content: space-between;
	line-height: 2rem;
	outline: none;
	overflow: hidden;
	padding-left: 0.3rem;
	visibility: hidden;
}

.selectLabel.checkedInput {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	visibility: visible;
}

.selectLabel div {
	white-space: nowrap;
}

/* #statementLabel {
	display: inline-block;
	font-family: CourierPrimeItalic;
	font-size: 1.8vw;
	line-height: 2.15vw;
	vertical-align: middle;
} */

.uploadInput {
	display: none;
}

.uploadLabel {
	cursor: pointer;
	height: fit-content;
	outline: none;
	width: fit-content;
}

.uploadLabel:hover .uploadSpan,
.uploadLabel:focus .uploadSpan {
	background-color: #666666;
	color: #FFFFFF;
}

.uploadSpan {
	background-color: #D9D9D9;
	border: none;
	border-radius: 0.5rem;
	color: #000000;
	cursor: pointer;
	display: block;
	font-family: 'Raleway-Regular';
	margin: 0 auto;
	outline: none;
	padding: 0.5rem 1rem;
	transition: background-color 0.2s linear, color 0.2s linear;
	width: fit-content;
}

@media only all and (min-width: 600px) {
	#dayLabel {
		height: 1.64vw;
		width: 1.64vw;
	}

	#dayLabel > .checkSpan {
		height: 1.64vw;
		width: 1.64vw;
	}

	#dayLabel .checkSpan > svg {
		height: 1.64vw;
		width: 1.64vw;
	}

	.disciplinesLabel {
		flex-direction: column;
		width: unset;
	}

	.disciplinesLabel .checkSpan {
		margin-left: 0;
		margin-top: 0.5rem;
	}

	#filterOptionLabel { /*! Potential Remove */
		font-size: 0.94vw;
		height: 1.875rem;
		line-height: 1.875rem;
		/* margin-top: 0.3vw; */
	}

	.optionLabel {
		font-size: 0.75rem;
		height: 1.5rem;
		line-height: 1.5rem;
	}

	.optionLabel > .checkSpan {
		height: 1.5rem;
		width: 1.5rem;
	}

	.optionLabel .checkSpan>svg {
		height: 1.5rem;
		width: 1.5rem;
	}

	.radioSpan {
		height: 1.5rem;
		width: 1.5rem;
	}

	.radioSpan>svg {
		height: 1.5rem;
		width: 1.5rem;
	}

	.selectLabel.addressCountryLabel,
	.selectLabel.appearanceLabel,
	.selectLabel.distanceLabel,
	.selectLabel.numberPerPageLabel,
	.selectLabel.priceLabel,
	.selectLabel.systemLabel {
		border-radius: 0.3rem;
		font-size: 0.6rem;
		line-height: 1.5rem;
		padding-left: 0.25rem;
	}
}
